home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / fstab < prev    next >
Text File  |  2006-04-25  |  1KB  |  32 lines

  1. /dev/ROOT    /            tmpfs    defaults    0 0
  2. #tmpfs    /lib/firmware            tmpfs    defaults    0 0
  3.  
  4. # /etc/fstab: static file system information.
  5. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
  6. #
  7. # noatime turns off atimes for increased performance (atimes normally aren't
  8. # needed; notail increases performance of ReiserFS (at the expense of storage
  9. # efficiency).  It's safe to drop the noatime options if you want and to 
  10. # switch between notail and tail freely.
  11.  
  12. # <fs>              <mountpoint>    <type>      <opts>              <dump/pass>
  13.  
  14. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  15. #/dev/BOOT        /boot        ext2        noauto,noatime        1 1
  16. #/dev/ROOT        /        xfs        noatime            0 0
  17. #/dev/SWAP        none        swap        sw            0 0
  18. #/dev/cdroms/cdrom0    /mnt/cdrom    iso9660        noauto,ro        0 0
  19. ##/dev/fd0        /mnt/floppy    auto        noauto            0 0
  20.  
  21. # NOTE: The next line is critical for boot!
  22. #none            /proc        proc        defaults        0 0
  23.  
  24. ## glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
  25. # POSIX shared memory (shm_open, shm_unlink). 
  26. # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
  27. #  use almost no memory if not populated with files)
  28. # Adding the following line to /etc/fstab should take care of this:
  29.  
  30. #none            /dev/shm    tmpfs        defaults        0 0
  31.  
  32.